home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
misc
/
jcgraph.lzh
/
JcGraphFinal
/
Rexx
/
RotSet4.rex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
339 b
|
15 lines
/* RotSet4.rex */
/* ----------- */
/* Description: Will assign X,Y and Z value to the preset button next to */
/* it. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset4','W') then do
'GetRotation'
Rotation=result
writeln('Preset',Rotation)
end